
  .navi-blog-container h1{
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
  }

    .navi-blog {
        width: 100%;
        background: black;
    }

    /* HERO IMAGE */
    .navi-blog-hero {
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
    }

    .navi-blog-hero img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .navi-blog-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(0, 0, 0, .82),
            rgba(0, 0, 0, .25),
            rgba(0, 0, 0, .05)
        );
    }

    .navi-blog-hero-content {
        position: relative;
        z-index: 2;
        width: min(1100px, 90%);
        margin: 0 auto;
        padding-bottom: 70px;
        color: #fff;
    }

    .navi-blog-hero-content h1 {
        max-width: 900px;
        font-family: "Playfair Display", serif;
        font-size: clamp(40px, 5vw, 68px);
        line-height: 1.1;
        font-weight: 500;
    }

    /* ARTICLE */
    .navi-blog-container {
        /* width: min(1000px, 90%); */
        /* margin: 0 auto; */
        padding: 80px 0;
    }

    .navi-blog-container > p {
        font-size: 17px;
        color: #555;
        margin-bottom: 24px;
    }

    .navi-blog-question {
        /* font-family: "Playfair Display", serif; */
        font-size: 15px !important;
        line-height: 1.35;
        font-weight: 600;
        margin: 35px 0 25px;
        color: #929292;
    }

    .navi-blog-opportunity {
        padding: 22px 25px;
        margin: 25px 0 31px;
        color: white;
        background: #0d0d0d;
        border-left: 4px solid #c7a354;
        font-size: 18px;
    }

    /* SECTIONS */
    .navi-blog-section {
        margin-bottom: 40px;
    }

    .navi-blog-heading {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 22px;
    }

    .navi-blog-number {
        width: 50px;
        height: 50px;
        min-width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0b0b0b;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .navi-blog-heading h2 {
        /* font-family: "Playfair Display", serif; */
        font-size: 18px !important;
        line-height: 29px !important;
        color: #d1d1d1;
        font-weight: 600;
    }

    .navi-blog-section p {
        font-size: 15px;
        color: #8d8d8d;
        margin-bottom: 20px;
    }

    /* LIST */
    .navi-blog-list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
    }

    .navi-blog-list li {
        position: relative;
        padding: 13px 0 13px 28px;
        border-bottom: 1px solid #111111;
        color: #9a9a9a;
        font-size: 15px;
    }

    .navi-blog-list li::before {
        content: "";
        position: absolute;
        left: 3px;
        top: 23px;
        width: 7px;
        height: 7px;
        background: #c7a354;
        border-radius: 50%;
    }

    /* CONCLUSION */
    .navi-blog-conclusion {
        padding: 30px;
        background: #0d0d0d;
        margin-top: 20px;
    }

    .navi-blog-conclusion h2 {
        /* font-family: "Playfair Display", serif; */
        font-size: 40px;
        margin-bottom: 25px;
    }

    .navi-blog-conclusion p {
        font-size: 15px;
        color: #8b8b8b;
        margin-bottom: 8px;
    }


    /* TABLET */
    @media (max-width: 767px) {

        .navi-blog-hero {
            height: 500px;
        }

        .navi-blog-hero-content {
            padding-bottom: 50px;
        }

        .navi-blog-hero-content h1 {
            font-size: 40px;
        }

        .navi-blog-container {
            /* width: 90%; */
            padding: 30px 0;
        }

        .navi-blog-question {
            font-size: 27px;
        }

        .navi-blog-heading {
            gap: 14px;
        }

        .navi-blog-number {
            width: 42px;
            height: 42px;
            min-width: 42px;
            font-size: 13px;
        }

        .navi-blog-heading h2 {
            font-size: 25px;
        }

        .navi-blog-section p,
        .navi-blog-list li,
        .navi-blog-container > p {
            font-size: 15px;
            line-height: 27px;
        }

        .navi-blog-conclusion {
            padding: 30px 5px;
        }

        .navi-blog-conclusion h2 {
            font-size: 32px;
        }
    }


    /* MOBILE */
    @media (max-width: 480px) {

        .navi-blog-hero {
            height: 470px;
        }

        .navi-blog-hero-content h1 {
            font-size: 34px;
        }

        .navi-blog-opportunity {
            font-size: 16px;
        }

        .navi-blog-heading h2 {
            font-size: 23px;
        }

        .navi-blog-section {
            margin-bottom: 30px;
        }
    }

    /* LEFT FIXED */
            .left-panel {
                position: sticky;
                top: 100px;
                height: fit-content;
            }
            .back-link {
                display: inline-block;
                margin-bottom: 20px;
                font-weight: 700;
                font-size: 13px;
                text-decoration: none;
                color: #ffffff;
            }
            /* RIGHT SCROLLABLE */
            .right-panel {
                flex: 1;
                overflow-y: auto;
                padding-right: 10px;
            }
            /* MOBILE */
            @media (max-width: 991px) {
                .left-panel {
                    position: relative;
                    top: 0;
                }
                .right-panel {
                    overflow: visible;
                }.navi-blog-container h1 {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 25px;
}
            }
            p{
                color:white
            }